2015-01-30 - 16728 - Research - Automate the CFM1 Process to SNC #SNCProject #sncsup #ABAPSNC
2015-01-30 - 16728 - Research - Automate the CFM Process to SNC
Problem Summary
Automate CFM Process
Admin Info
Purpose
|
Investigate and propose a solution to automate the CFM Process
|
Requested by
|
Rahul Attarde
|
Issue Date
|
01/30/2015
|
Design by
|
Adithya, Venkat, Damodar
|
Resolved Date
|
02/10/2015
|
Document Status
|
Complete
|
Detailed Problem Description
(Include Screen Shots if required )
To facilitate automatic transfer of master data from ECC to SNC, the standard process provided by SAP is not working due to roll-over memory issue. Hence the requirement is to develop a program which will read the file and create integration models to transfer master data to SNC in chunks.
Solution Analysis and Recommendations
(Include Screen Shots if required)
Create a custom program which shall create the Variant and execute program RIMODGEN which will create an Integration Model.
After Successful creation of Integration Model, the custom program shall call the Program RIMODAC2 which shall Activate the Integration Model.
After the Data is transferred (successful activation of Integration Model) the custom Program calls the program RIMODEL which deletes the Integration Model which is created so as it must not effect the performance.
The input file contains Vendor Plant Material Info Record Number.
The Custom Program shall consider the first 1000 records of the file and process (If the file is with huge number of Materials is fed to do CFM the program) and consider the next 1000 materials and so on..
Limitations:
1. The Purchase Organization is hard coded as 0010
2. The plant and vendor is considered form the first Row of the file:
The input file must be Plant and vendor specific which means the each input file must be with one vendor and one plant.
3. The File name shall be started with
SNCIM_PlantVendor (eg: SNCIM_0110202290_02042015.txt) which shall be placed in the AL11 SAP Directory.
Resolution
Execute the custom program which shall transfer the Master Data to SNC Automatically.
Release Information
Provide link here to Release Notes if Technical Objects were changed